Fix compilation warnings in the MS-Windows build.
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 Oct 2012 17:55:29 +0000 (19:55 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 Oct 2012 17:55:29 +0000 (19:55 +0200)
commit3a0a9187431906f6292065887e89446aac0f3c52
treeedcc7be81b2de033187cfb728c94adf5b4039fa3
parent94d093f965337535e026327c1f122bca9a893671
Fix compilation warnings in the MS-Windows build.

 src/w32proc.c (sys_wait): Declare 'signame' 'const char *', to be
 consistent with the change in return value of 'safe_strsignal'.

 nt/preprep.c (RVA_TO_PTR): Cast the result to 'void *', to avoid
 compiler warnings when using the value.
nt/ChangeLog
nt/preprep.c
src/ChangeLog
src/w32proc.c